home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1459 / readme.txt < prev   
Text File  |  1995-08-30  |  2KB  |  57 lines

  1. rdel.exe V1.0
  2. -------------
  3.  
  4. What is rdel?
  5. -------------
  6.  
  7. RDEL is simply a little hack I put together which allows files which are
  8. deleted from the command line to be placed in the Win95 'recycled'
  9. directory.
  10. If you're not yet using Win95 (who isn't!) then you can use this utility
  11. to keep a copy of all deleted files (which you can later remove) by making
  12. a directory called "recycled" in the root of all your DOS partitions.
  13.  
  14. eg: mkdir c:\recycled
  15.  
  16. RDEL was developed under Win95 (build 950) and coded in straight C in
  17. Turbo C++ by Borland. There is a UNIX version available for anyone who uses
  18. a proper OS (copies to ~/recycled). Mail me for the source.
  19.  
  20.  
  21. Usage: rdel <filename>
  22. ----------------------
  23.  
  24. eg: rdel test.txt
  25.  
  26.     Would delete 'test.txt' from the current directory and place a copy of
  27.     it in the 'recycled' directory of the current drive.
  28.  
  29.  
  30. Legal stuff
  31. -----------
  32.  
  33. Copyright
  34. ---------
  35. RDEL is freeware. Feel free to improve, mutilate, erase this program at
  36. will. However, turn it into a trojan and I'll get really annoyed.
  37.  
  38. Disclaimer
  39. ----------
  40. Anything that happens as a result of using this software is not my problem.
  41. If you type "rdel thesis.tex" and it doesn't do its job, don't come crying
  42. to me. Even if it does work properly it's not my problem, OK?
  43.  
  44.  
  45. Me
  46. --
  47. The author (Rik Wade) is a final year computer Science student at the
  48. University of Leeds in England. He can be contacted at:
  49.  
  50.         csyrjw@scs.leeds.ac.uk
  51.         wade@lmi-insa-rouen.fr
  52.         olds@scs.leeds.ac.uk
  53.  
  54.         http://www.scs.leeds.ac.uk/olds/
  55.         (+44) (0)113 2452188
  56.  
  57.